GetAddInCustomData<T>(string,string,Type[]) Method

Summary

Gets the add-in custom data.

Syntax
C#
VB
C++
public T GetAddInCustomData<T>( 
   string addinName, 
   string customDataName, 
   Type[] extraTypes 
) 
  
Public Overloads Function GetAddInCustomData(Of T)( _ 
   ByVal addinName As String, _ 
   ByVal customDataName As String, _ 
   ByVal extraTypes() As Type _ 
) As T 
public: 
T^ GetAddInCustomDatageneric<typename T> 
(  
   String^ addinName, 
   String^ customDataName, 
   array<Type^>^ extraTypes 
)  

Parameters

addinName
Name of the add-in.

customDataName
Name of the custom data.

extraTypes
Array of System.Type that describes the data.

Type Parameters

T
Type of custom data to return.

Return Value

The custom data stored in the configuration.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly